type go/types.indexedExpr

9 uses

	go/types (current package)
		call.go#L34: func (check *Checker) funcInst(T *target, pos token.Pos, x *operand, ix *indexedExpr, infer bool) []Type {
		index.go#L19: func (check *Checker) indexExpr(x *operand, e *indexedExpr) (isFuncInst bool) {
		index.go#L374: func (check *Checker) singleIndex(expr *indexedExpr) ast.Expr {
		index.go#L462: type indexedExpr struct {
		index.go#L470: func (x *indexedExpr) Pos() token.Pos {
		index.go#L474: func unpackIndexedExpr(n ast.Node) *indexedExpr {
		index.go#L477: 		return &indexedExpr{
		index.go#L485: 		return &indexedExpr{
		typexpr.go#L402: func (check *Checker) instantiatedType(ix *indexedExpr) (res Type) {